3.5.16 \(\int \frac {1}{(c+\frac {a}{x^2}+\frac {b}{x}) x} \, dx\) [416]

Optimal. Leaf size=56 \[ \frac {b \tanh ^{-1}\left (\frac {b+2 c x}{\sqrt {b^2-4 a c}}\right )}{c \sqrt {b^2-4 a c}}+\frac {\log \left (a+b x+c x^2\right )}{2 c} \]

[Out]

1/2*ln(c*x^2+b*x+a)/c+b*arctanh((2*c*x+b)/(-4*a*c+b^2)^(1/2))/c/(-4*a*c+b^2)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 56, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 5, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.278, Rules used = {1368, 648, 632, 212, 642} \begin {gather*} \frac {b \tanh ^{-1}\left (\frac {b+2 c x}{\sqrt {b^2-4 a c}}\right )}{c \sqrt {b^2-4 a c}}+\frac {\log \left (a+b x+c x^2\right )}{2 c} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/((c + a/x^2 + b/x)*x),x]

[Out]

(b*ArcTanh[(b + 2*c*x)/Sqrt[b^2 - 4*a*c]])/(c*Sqrt[b^2 - 4*a*c]) + Log[a + b*x + c*x^2]/(2*c)

Rule 212

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[-b, 2]))*ArcTanh[Rt[-b, 2]*(x/Rt[a, 2])], x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 632

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> Dist[-2, Subst[Int[1/Simp[b^2 - 4*a*c - x^2, x], x]
, x, b + 2*c*x], x] /; FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 642

Int[((d_) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Simp[d*(Log[RemoveContent[a + b*x +
c*x^2, x]]/b), x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[2*c*d - b*e, 0]

Rule 648

Int[((d_.) + (e_.)*(x_))/((a_) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Dist[(2*c*d - b*e)/(2*c), Int[1/(a +
 b*x + c*x^2), x], x] + Dist[e/(2*c), Int[(b + 2*c*x)/(a + b*x + c*x^2), x], x] /; FreeQ[{a, b, c, d, e}, x] &
& NeQ[2*c*d - b*e, 0] && NeQ[b^2 - 4*a*c, 0] &&  !NiceSqrtQ[b^2 - 4*a*c]

Rule 1368

Int[(x_)^(m_.)*((a_) + (c_.)*(x_)^(n2_.) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Int[x^(m + 2*n*p)*(c + b/x^n +
a/x^(2*n))^p, x] /; FreeQ[{a, b, c, m, n}, x] && EqQ[n2, 2*n] && ILtQ[p, 0] && NegQ[n]

Rubi steps

\begin {align*} \int \frac {1}{\left (c+\frac {a}{x^2}+\frac {b}{x}\right ) x} \, dx &=\int \frac {x}{a+b x+c x^2} \, dx\\ &=\frac {\int \frac {b+2 c x}{a+b x+c x^2} \, dx}{2 c}-\frac {b \int \frac {1}{a+b x+c x^2} \, dx}{2 c}\\ &=\frac {\log \left (a+b x+c x^2\right )}{2 c}+\frac {b \text {Subst}\left (\int \frac {1}{b^2-4 a c-x^2} \, dx,x,b+2 c x\right )}{c}\\ &=\frac {b \tanh ^{-1}\left (\frac {b+2 c x}{\sqrt {b^2-4 a c}}\right )}{c \sqrt {b^2-4 a c}}+\frac {\log \left (a+b x+c x^2\right )}{2 c}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 57, normalized size = 1.02 \begin {gather*} \frac {-\frac {2 b \tan ^{-1}\left (\frac {b+2 c x}{\sqrt {-b^2+4 a c}}\right )}{\sqrt {-b^2+4 a c}}+\log (a+x (b+c x))}{2 c} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/((c + a/x^2 + b/x)*x),x]

[Out]

((-2*b*ArcTan[(b + 2*c*x)/Sqrt[-b^2 + 4*a*c]])/Sqrt[-b^2 + 4*a*c] + Log[a + x*(b + c*x)])/(2*c)

________________________________________________________________________________________

Maple [A]
time = 0.02, size = 56, normalized size = 1.00

method result size
default \(\frac {\ln \left (c \,x^{2}+b x +a \right )}{2 c}-\frac {b \arctan \left (\frac {2 c x +b}{\sqrt {4 a c -b^{2}}}\right )}{c \sqrt {4 a c -b^{2}}}\) \(56\)
risch \(\frac {2 \ln \left (-2 \sqrt {-b^{2} \left (4 a c -b^{2}\right )}\, c x -4 a b c +b^{3}-\sqrt {-b^{2} \left (4 a c -b^{2}\right )}\, b \right ) a}{4 a c -b^{2}}-\frac {\ln \left (-2 \sqrt {-b^{2} \left (4 a c -b^{2}\right )}\, c x -4 a b c +b^{3}-\sqrt {-b^{2} \left (4 a c -b^{2}\right )}\, b \right ) b^{2}}{2 c \left (4 a c -b^{2}\right )}+\frac {\ln \left (-2 \sqrt {-b^{2} \left (4 a c -b^{2}\right )}\, c x -4 a b c +b^{3}-\sqrt {-b^{2} \left (4 a c -b^{2}\right )}\, b \right ) \sqrt {-b^{2} \left (4 a c -b^{2}\right )}}{2 c \left (4 a c -b^{2}\right )}+\frac {2 \ln \left (2 \sqrt {-b^{2} \left (4 a c -b^{2}\right )}\, c x -4 a b c +b^{3}+\sqrt {-b^{2} \left (4 a c -b^{2}\right )}\, b \right ) a}{4 a c -b^{2}}-\frac {\ln \left (2 \sqrt {-b^{2} \left (4 a c -b^{2}\right )}\, c x -4 a b c +b^{3}+\sqrt {-b^{2} \left (4 a c -b^{2}\right )}\, b \right ) b^{2}}{2 c \left (4 a c -b^{2}\right )}-\frac {\ln \left (2 \sqrt {-b^{2} \left (4 a c -b^{2}\right )}\, c x -4 a b c +b^{3}+\sqrt {-b^{2} \left (4 a c -b^{2}\right )}\, b \right ) \sqrt {-b^{2} \left (4 a c -b^{2}\right )}}{2 c \left (4 a c -b^{2}\right )}\) \(443\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(c+a/x^2+b/x)/x,x,method=_RETURNVERBOSE)

[Out]

1/2*ln(c*x^2+b*x+a)/c-b/c/(4*a*c-b^2)^(1/2)*arctan((2*c*x+b)/(4*a*c-b^2)^(1/2))

________________________________________________________________________________________

Maxima [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: ValueError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(c+a/x^2+b/x)/x,x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` f
or more deta

________________________________________________________________________________________

Fricas [A]
time = 0.34, size = 185, normalized size = 3.30 \begin {gather*} \left [\frac {\sqrt {b^{2} - 4 \, a c} b \log \left (\frac {2 \, c^{2} x^{2} + 2 \, b c x + b^{2} - 2 \, a c + \sqrt {b^{2} - 4 \, a c} {\left (2 \, c x + b\right )}}{c x^{2} + b x + a}\right ) + {\left (b^{2} - 4 \, a c\right )} \log \left (c x^{2} + b x + a\right )}{2 \, {\left (b^{2} c - 4 \, a c^{2}\right )}}, \frac {2 \, \sqrt {-b^{2} + 4 \, a c} b \arctan \left (-\frac {\sqrt {-b^{2} + 4 \, a c} {\left (2 \, c x + b\right )}}{b^{2} - 4 \, a c}\right ) + {\left (b^{2} - 4 \, a c\right )} \log \left (c x^{2} + b x + a\right )}{2 \, {\left (b^{2} c - 4 \, a c^{2}\right )}}\right ] \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(c+a/x^2+b/x)/x,x, algorithm="fricas")

[Out]

[1/2*(sqrt(b^2 - 4*a*c)*b*log((2*c^2*x^2 + 2*b*c*x + b^2 - 2*a*c + sqrt(b^2 - 4*a*c)*(2*c*x + b))/(c*x^2 + b*x
 + a)) + (b^2 - 4*a*c)*log(c*x^2 + b*x + a))/(b^2*c - 4*a*c^2), 1/2*(2*sqrt(-b^2 + 4*a*c)*b*arctan(-sqrt(-b^2
+ 4*a*c)*(2*c*x + b)/(b^2 - 4*a*c)) + (b^2 - 4*a*c)*log(c*x^2 + b*x + a))/(b^2*c - 4*a*c^2)]

________________________________________________________________________________________

Sympy [B] Leaf count of result is larger than twice the leaf count of optimal. 216 vs. \(2 (49) = 98\).
time = 0.16, size = 216, normalized size = 3.86 \begin {gather*} \left (- \frac {b \sqrt {- 4 a c + b^{2}}}{2 c \left (4 a c - b^{2}\right )} + \frac {1}{2 c}\right ) \log {\left (x + \frac {- 4 a c \left (- \frac {b \sqrt {- 4 a c + b^{2}}}{2 c \left (4 a c - b^{2}\right )} + \frac {1}{2 c}\right ) + 2 a + b^{2} \left (- \frac {b \sqrt {- 4 a c + b^{2}}}{2 c \left (4 a c - b^{2}\right )} + \frac {1}{2 c}\right )}{b} \right )} + \left (\frac {b \sqrt {- 4 a c + b^{2}}}{2 c \left (4 a c - b^{2}\right )} + \frac {1}{2 c}\right ) \log {\left (x + \frac {- 4 a c \left (\frac {b \sqrt {- 4 a c + b^{2}}}{2 c \left (4 a c - b^{2}\right )} + \frac {1}{2 c}\right ) + 2 a + b^{2} \left (\frac {b \sqrt {- 4 a c + b^{2}}}{2 c \left (4 a c - b^{2}\right )} + \frac {1}{2 c}\right )}{b} \right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(c+a/x**2+b/x)/x,x)

[Out]

(-b*sqrt(-4*a*c + b**2)/(2*c*(4*a*c - b**2)) + 1/(2*c))*log(x + (-4*a*c*(-b*sqrt(-4*a*c + b**2)/(2*c*(4*a*c -
b**2)) + 1/(2*c)) + 2*a + b**2*(-b*sqrt(-4*a*c + b**2)/(2*c*(4*a*c - b**2)) + 1/(2*c)))/b) + (b*sqrt(-4*a*c +
b**2)/(2*c*(4*a*c - b**2)) + 1/(2*c))*log(x + (-4*a*c*(b*sqrt(-4*a*c + b**2)/(2*c*(4*a*c - b**2)) + 1/(2*c)) +
 2*a + b**2*(b*sqrt(-4*a*c + b**2)/(2*c*(4*a*c - b**2)) + 1/(2*c)))/b)

________________________________________________________________________________________

Giac [A]
time = 3.83, size = 55, normalized size = 0.98 \begin {gather*} -\frac {b \arctan \left (\frac {2 \, c x + b}{\sqrt {-b^{2} + 4 \, a c}}\right )}{\sqrt {-b^{2} + 4 \, a c} c} + \frac {\log \left (c x^{2} + b x + a\right )}{2 \, c} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(c+a/x^2+b/x)/x,x, algorithm="giac")

[Out]

-b*arctan((2*c*x + b)/sqrt(-b^2 + 4*a*c))/(sqrt(-b^2 + 4*a*c)*c) + 1/2*log(c*x^2 + b*x + a)/c

________________________________________________________________________________________

Mupad [B]
time = 0.17, size = 112, normalized size = 2.00 \begin {gather*} \frac {2\,a\,c\,\ln \left (c\,x^2+b\,x+a\right )}{4\,a\,c^2-b^2\,c}-\frac {b\,\mathrm {atan}\left (\frac {b}{\sqrt {4\,a\,c-b^2}}+\frac {2\,c\,x}{\sqrt {4\,a\,c-b^2}}\right )}{c\,\sqrt {4\,a\,c-b^2}}-\frac {b^2\,\ln \left (c\,x^2+b\,x+a\right )}{2\,\left (4\,a\,c^2-b^2\,c\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x*(c + a/x^2 + b/x)),x)

[Out]

(2*a*c*log(a + b*x + c*x^2))/(4*a*c^2 - b^2*c) - (b*atan(b/(4*a*c - b^2)^(1/2) + (2*c*x)/(4*a*c - b^2)^(1/2)))
/(c*(4*a*c - b^2)^(1/2)) - (b^2*log(a + b*x + c*x^2))/(2*(4*a*c^2 - b^2*c))

________________________________________________________________________________________